lambert5
========
  Textures:
    - tingle5

  Ambient Colors:
    - 50, 50, 50, 50

  Constant Colors:
    - 255, 255, 255, 0

  Color Registers:
    - 0, 255, 0, 255
    - 0, 20, 0, 0

  Steps:
    1: RGB = (0, 0, 0)
         A = (tex #1 A)
    2: RGB = (lerp from (0, 20, 0) to (0, 255, 0) using (prev. RGB))
         A = (prev. A)

  Animation:
    00: 0
    22: 255
    45: 0
    60: 0